github.com/jackc/pgx/v5/pgconn/ctxwatch.ContextWatcher.stop (field)

6 uses

	github.com/jackc/pgx/v5/pgconn/ctxwatch (current package)
		context_watcher.go#L16: 	stop func() bool
		context_watcher.go#L36: 	if cw.stop != nil {
		context_watcher.go#L42: 		cw.stop = context.AfterFunc(ctx, func() {
		context_watcher.go#L55: 	if cw.stop != nil {
		context_watcher.go#L56: 		if !cw.stop() {
		context_watcher.go#L60: 		cw.stop = nil